GrapeCity.ActiveReports.Viewer.Win.v9 Assembly > GrapeCity.Viewer.Common Namespace > DelegateCommand<TParm> Class > DelegateCommand<TParm> Constructor : DelegateCommand<TParm> Constructor(Action<TParm>,Predicate<TParm>) |
'Declaration Public Function New( _ ByVal executeAction As System.Action(Of TParm), _ ByVal canExecute As System.Predicate(Of TParm) _ )
public DelegateCommand<TParm>( System.Action<TParm> executeAction, System.Predicate<TParm> canExecute )